home *** CD-ROM | disk | FTP | other *** search
/ Commodore 64 Scene Diskmags Assortment / ML_Class_1990_Venom.d64 / source 1.5 (.txt) < prev    next >
Commodore BASIC  |  2023-02-26  |  309b  |  22 lines

  1. 100 * = $1000
  2. 110 ;
  3. 120 ; sprite must be in at $2000
  4. 130 ; other wise it might not work
  5. 140 ;
  6. 150 lda #$ff
  7. 160 sta $d015
  8. 170 sta $d01d
  9. 180 lda #$01
  10. 190 sta $d025
  11. 200 lda #$06
  12. 210 sta $d026
  13. 220 lda #$0e
  14. 230 sta $d027
  15. 240 lda #128
  16. 250 sta $07f8
  17. 260 lda #$40
  18. 270 sta $d000
  19. 280 lda #$40
  20. 290 sta $d001
  21. 300 rts
  22.